home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_509 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  326 b   |  13 lines

  1. on(release){
  2.    if(_root.attributescheck == 0)
  3.    {
  4.       _root.checks = _root.checks + 1;
  5.       _root.attributescheck = _root.attributescheck + 1;
  6.    }
  7.    if(_root.attributepts < _root.attributeptsmax && _root.yourspeed > 0)
  8.    {
  9.       _root.attributepts = _root.attributepts + 1;
  10.       _root.yourspeed--;
  11.    }
  12. }
  13.